home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / FlyPaper.sit / Fly Paper / FlyPaper Source / New Sources / ClippingFolder.h < prev    next >
Text File  |  1996-06-22  |  276b  |  16 lines

  1. #ifndef CCLIPPINGFOLDER_H
  2. #define CCLIPPINGFOLDER_H
  3.  
  4. class CClippingFolder
  5. {
  6. public:
  7.                 CClippingFolder    ();
  8.                 ~CClippingFolder ();
  9.  
  10.     CClippingFile*        GetClippingFile (Str255 name);
  11.     CClippingFile*        NewClippingFile (Str255 name);
  12.     void                CheckForNewClippings ();
  13. };
  14.  
  15.  
  16. #endif